Release 10.1A: OpenEdge Development:
Progress 4GL Reference
GET-PREV( ) method
Moves a query object’s result list pointer back one row.
Return type: LOGICAL Applies to: Query object handle
NO-LOCKSpecifies that no lock is applied to the record. This applies to all buffers in a join.
SHARE-LOCKSpecifies that the record is share locked. This applies to all buffers in a join.
EXCLUSIVE-LOCKSpecifies that the record is exclusively locked. This applies to all buffers in a join.
NO-WAITSpecifies that the method returns immediately if the record cannot be accessed because it is locked by another user. If you do not use the NO-WAIT option, the method waits until the record can be accessed. This applies to all buffers in a join. If you specify NO-WAIT and the record is locked by another user, the record is returned to you with NO-LOCK and the LOCKED function returns TRUE for the record.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |